This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Sean Brefreeader 27.Nov.03 09:44 AM a Web browser Domino Server6.0.2 CF2AIX
Hi
we are trying to load our custom module (being built as a shared library) in DOMINO 6.02 web server on AIX 5.1 as DSAPI filter. Our library makes use of Domino web server API.Hence it requires the definition of those Domino API functions/Symbols from Domino Web Server Libraries.Our this application is working fine on Solaris but while porting this application on AIX 5.1 we are facing some issues.Our module fails to load on AIX. We are using -berok,-bM:SRE, -bnoentry and -brtl option of AIX C compiler to build our module.
Could this be due to the reason that on solaris, it gets the required symbols from libnotes.so at run-time, where as in
case of AIX it fails to get the symbols from libnotes_r.a at load-time and hence it fails to load ??